home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETEJET.IN_ / netejet.inf
Encoding:
INI File  |  1999-10-19  |  4.9 KB  |  145 lines

  1. ; IBMEIMP.INF
  2. ;
  3. ; IBM EtherJet ISA Adapters
  4. ;
  5. ; Copyright (c) 1993-1997, Microsoft Corporation
  6.  
  7. [version]
  8. Signature   = "$Windows NT$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider    = %MSFT%
  12. LayoutFile  = layout.inf
  13. DriverVer=10/19/1999,3.22.0.0
  14.  
  15. [Manufacturer]
  16. %V_IBM%     = IBM
  17. %V_CRYSTAL% = CRYSTAL
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect      = ISAPNP\IBM1010, ISAPNP\CSC6040
  21.  
  22. [IBM]
  23. %ibmeimpnp.DeviceDesc% = pnpibmeimp.ndi, ISAPNP\IBM1010 ; IBM EtherJet Adapter
  24. %ibmeimp.DeviceDesc%   = ibmeimp.ndi,    *IBM1010       ; IBM EtherJet Adapter (Legacy Mode)
  25.  
  26. [CRYSTAL]
  27. %CS8920.DeviceDesc%    = pnpibmeimp.ndi, ISAPNP\CSC6040 ; Crystal Semiconductor CS8920
  28. %*CS8920.DeviceDesc%   = ibmeimp.ndi,    *CSC6040       ; Crystal Semiconductor CS8920 (Legacy Mode)
  29. %*CS8900.DeviceDesc%   = ibmeimp.ndi,    *CSC0040       ; Crystal Semiconductor CS8900
  30.  
  31. ;-------------------------------------------------------------------------------
  32. ; IBMEIMP main sections
  33. ;
  34. [pnpibmeimp.ndi]
  35. AddReg          = cs89xx.reg
  36. Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
  37. BusType     = 14
  38. CopyFiles       = ibmeimp.CopyFiles
  39.  
  40. [pnpibmeimp.ndi.Services]
  41. AddService      = ibmeimp, 2, ibmeimp.Service, common.EventLog
  42.  
  43. ;-------------------------------------------------------------------------------
  44. ; IBMEIMP Legacy main sections
  45. ;
  46. [ibmeimp.ndi]
  47. AddReg          = cs89xx.reg
  48. Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
  49. BusType     = 1
  50. LogConfig       = ibmeimp.LogConfig
  51. CopyFiles       = ibmeimp.CopyFiles
  52.  
  53. [ibmeimp.ndi.Services]
  54. AddService      = ibmeimp, 2, ibmeimp.Service, common.EventLog
  55.  
  56. [ibmeimp.LogConfig]
  57. ConfigPriority = HARDRECONFIG
  58. IOConfig       = 10@200-3FF%FFF0(FFFF::)
  59. IRQConfig      = 5,10,11,12
  60. MemConfig      = 1000@B0000-EFFFF%FFFFE000
  61.                  
  62. ;-------------------------------------------------------------------------------
  63. ; cs89xx interfaces
  64. ;
  65. [cs89xx.reg]
  66. HKR, Ndi,                       Service,    0, "ibmeimp"
  67. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  68. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  69.  
  70. ; Networkaddress - Locally Administered Address
  71. HKR, Ndi\params\NetworkAddress,  ParamDesc, 0, %NetworkAddress% 
  72. HKR, Ndi\params\NetworkAddress,  type,      0, "edit"
  73. HKR, Ndi\params\NetworkAddress,  LimitText, 0, "12"
  74. HKR, Ndi\params\NetworkAddress,  UpperCase, 0, "1"
  75. HKR, Ndi\params\NetworkAddress,  default,   0, ""
  76. HKR, Ndi\params\NetworkAddress,  optional,  0, "1"
  77.  
  78. ; Serial - Obtain it from LANAid. Enter it for Multi cards installation.
  79. HKR, Ndi\params\Serial,          ParamDesc, 0, %Serial% 
  80. HKR, Ndi\params\Serial,          type,      0, "edit"
  81. HKR, Ndi\params\Serial,          LimitText, 0, "8"
  82. HKR, Ndi\params\Serial,          UpperCase, 0, "1"
  83. HKR, Ndi\params\Serial,          default,   0, ""
  84. HKR, Ndi\params\Serial,          optional,  0, "1"
  85.  
  86. ; Duplex Mode
  87. HKR, Ndi\params\DuplexMode,      ParamDesc, 0, %DuplexMode% 
  88. HKR, Ndi\params\DuplexMode,      type,      0, "enum"
  89. HKR, Ndi\params\DuplexMode,      default,   0, "0"
  90. HKR, Ndi\params\DuplexMode\enum, 0,         0, %AutoNegotiate%
  91. HKR, Ndi\params\DuplexMode\enum, 1,         0, %HalfDuplex% 
  92. HKR, Ndi\params\DuplexMode\enum, 2,         0, %FullDuplex%
  93.  
  94. ;----------------------------------------------------------------------------
  95. ; ibmeimp service and driver
  96. ;
  97. [ibmeimp.CopyFiles]
  98. ibmeimp.sys,,,2
  99.  
  100. [ibmeimp.Service]
  101. DisplayName     = %ibmeimp.Service.DispName%
  102. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  103. StartType       = 3 ;%SERVICE_DEMAND_START%
  104. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  105. ServiceBinary   = %12%\ibmeimp.sys
  106. LoadOrderGroup  = NDIS
  107.  
  108. [common.EventLog]
  109. AddReg = common.AddEventLog.reg
  110.  
  111. [common.AddEventLog.reg]
  112. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  113. HKR, , TypesSupported,   0x00010001, 7
  114.  
  115. ;-------------------------------------------------------------------------------
  116. ; Destination Directories
  117. ;
  118. [DestinationDirs]
  119. ibmeimp.CopyFiles     = 12
  120.  
  121.  
  122.  
  123. ;-------------------------------------------------------------------------------
  124. ; Localizable Strings
  125. ;
  126. [Strings]
  127. MSFT                     = "Microsoft"
  128. V_IBM                    = "IBM"
  129. V_CRYSTAL                = "Crystal Semiconductor"
  130.  
  131. NetworkAddress           = "NetworkAddress"
  132. Serial                   = "SerialNumber"
  133. DuplexMode               = "DuplexMode"
  134. AutoNegotiate            = "Auto Negotiate"
  135. HalfDuplex               = "Half Duplex"
  136. FullDuplex               = "Full Duplex"
  137.  
  138. ibmeimpnp.DeviceDesc     = "IBM EtherJet ISA Adapter"
  139. ibmeimp.DeviceDesc       = "IBM EtherJet ISA Adapter (Legacy Mode)"
  140. CS8920.DeviceDesc        = "Crystal LAN(tm) CS8920 Ethernet Adapter"
  141. *CS8900.DeviceDesc       = "Crystal LAN(tm) CS8900 Ethernet Adapter"
  142. *CS8920.DeviceDesc       = "Crystal LAN(tm) CS8920 Ethernet Adapter (Legacy Mode)"
  143.  
  144. ibmeimp.Service.DispName = "IBM EtherJet/Crystal Adapter NT driver"
  145.